home *** CD-ROM | disk | FTP | other *** search
/ TD on CD Volume 4 #2 / TD on CD (Volume 4, Issue 2) (USA).bin / APPS / Citrix / TMODULE.INI < prev    next >
INI File  |  1996-06-26  |  24KB  |  864 lines

  1. ;**********************************************************************
  2. ;**
  3. ;** MODULE.INI - module information file and fixed UI list strings
  4. ;**
  5. ;** This file contains all the configuration information for the
  6. ;** demand loadable client modules.  Some modules are not supplied with
  7. ;** this release, but are planned for future releases
  8. ;**
  9. ;** Support is included for the following:
  10. ;**
  11. ;**  - Transport Drivers
  12. ;**  - Protocol Drivers
  13. ;**  - Winstation Drivers
  14. ;**  - Virtual Drivers
  15. ;**
  16. ;** Also included in this file are sections defining the contents of
  17. ;** various UI lists.
  18. ;**
  19. ;***********************************************************************
  20.  
  21.  
  22. [WFClient]
  23. Version=2
  24.  
  25. ;***********************************************************************
  26. ;**
  27. ;** Transport Driver
  28. ;**
  29. ;** These drivers are responsible for the transport level protocol.
  30. ;**
  31. ;***********************************************************************
  32.  
  33. [TransportDriver]
  34.   Standard COM Port             =
  35.   Int 14 - Bios                 =
  36.   Int 14 - Digiboard            =
  37.   Int 14 - Equinox SuperSerial  =
  38.   IPX                           =
  39.   SPX                           =
  40.   TCP/IP                        =
  41.   NETBIOS                       =
  42.   TCP/IP - FTP                  =
  43.   TCP/IP - Novell Lan WorkPlace =
  44.   TCP/IP - Microsoft            =
  45.   TCP/IP - VSL                  =
  46.  
  47. ;***********************************************************************
  48. ;**
  49. ;** Serial Transport Driver
  50. ;**
  51. ;** This driver is a full function serial driver that works with
  52. ;** the following UARTS: 8250, 16450 and 16550.  The values listed
  53. ;** are default values and may be overridden in the APPSRV.INI profile.
  54. ;**
  55. ;**
  56. ;** Windows Standard COM Port Driver
  57. ;**
  58. ;** This driver uses the Windows COM port APIs.  The values listed
  59. ;** are default values and may be overridden in the APPSRV.INI profile.
  60. ;**
  61. ;***********************************************************************
  62.  
  63. [Standard COM Port]
  64.   DriverName          = TDASYNC.DDL
  65.   DriverNameWin16     = TDCOMMW.DLL
  66.   DriverNameWin32     = TDCOMMN.DLL
  67.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  68.   UseSerialDevice     = Yes
  69.   DeviceName          = COM1
  70.   PortName            = COM1
  71.   PortNumber          = 1
  72.   IOBase              = Default
  73.   Interrupt           = Default
  74.   BaudRate            = 9600
  75.   Parity              = None
  76.   StopBits            = 1
  77.   DataBits            = 8
  78.   HardwareFlowControl = On
  79.   ReceiveFlowControl  = RTS
  80.   TransmitFlowControl = CTS
  81.   SoftwareFlowControl = Off
  82.   XonChar             = 0x11
  83.   XoffChar            = 0x13
  84.   DTR                 = On
  85.   RTS                 = Off
  86.   Modem               = Off
  87.   OutBufCountHost     = 12
  88.   OutBufCountClient   = 12
  89.   OutBufLength        = 530
  90.   Frame               = On
  91.   Reliable            = On
  92.   Encrypt             = On
  93.   Compress            = On
  94.  
  95. ;***********************************************************************
  96. ;**
  97. ;** Bios Int 14 Transport Driver
  98. ;**
  99. ;***********************************************************************
  100.  
  101. [Int 14 - Bios]
  102.   DriverName          = TDINT14.DDL
  103.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  104.   UseSerialDevice     = Yes
  105.   DeviceName          = COM1
  106.   PortNumber          = 1
  107.   IOBase              = Default
  108.   Interrupt           = Default
  109.   BaudRate            = 9600
  110.   Parity              = None
  111.   StopBits            = 1
  112.   DataBits            = 8
  113.   HardwareFlowControl = On
  114.   ReceiveFlowControl  = RTS
  115.   TransmitFlowControl = CTS
  116.   SoftwareFlowControl = Off
  117.   XonChar             = 0x11
  118.   XoffChar            = 0x13
  119.   DTR                 = On
  120.   RTS                 = Off
  121.   Modem               = Off
  122.   OutBufCountHost     = 12
  123.   OutBufCountClient   = 12
  124.   OutBufLength        = 530
  125.   Frame               = On
  126.   Reliable            = On
  127.   Encrypt             = On
  128.   Compress            = On
  129.  
  130.  
  131. ;***********************************************************************
  132. ;**
  133. ;** Digiboard Int 14 Transport Driver
  134. ;**
  135. ;***********************************************************************
  136.  
  137. [Int 14 - Digiboard]
  138.   DriverName          = TDDIGI.DDL
  139.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  140.   UseSerialDevice     = Yes
  141.   DeviceName          = COM5
  142.   PortNumber          = 1
  143.   IOBase              = Default
  144.   Interrupt           = Default
  145.   BaudRate            = 9600
  146.   Parity              = None
  147.   StopBits            = 1
  148.   DataBits            = 8
  149.   HardwareFlowControl = On
  150.   ReceiveFlowControl  = RTS
  151.   TransmitFlowControl = CTS
  152.   SoftwareFlowControl = Off
  153.   XonChar             = 0x11
  154.   XoffChar            = 0x13
  155.   DTR                 = On
  156.   RTS                 = Off
  157.   Modem               = Off
  158.   OutBufCountHost     = 12
  159.   OutBufCountClient   = 12
  160.   OutBufLength        = 530
  161.   Frame               = On
  162.   Reliable            = On
  163.   Encrypt             = On
  164.   Compress            = On
  165.  
  166. ;***********************************************************************
  167. ;**
  168. ;** Equinox SuperSerial Int 14 Transport Driver
  169. ;**
  170. ;***********************************************************************
  171.  
  172. [Int 14 - Equinox SuperSerial]
  173.   DriverName          = TDSST.DDL
  174.   ProtocolSupport     = Modem, Frame, Reliable, Encrypt, Compress
  175.   UseSerialDevice     = Yes
  176.   DeviceName          = COM5
  177.   PortNumber          = 1
  178.   IOBase              = Default
  179.   Interrupt           = Default
  180.   BaudRate            = 9600
  181.   Parity              = None
  182.   StopBits            = 1
  183.   DataBits            = 8
  184.   HardwareFlowControl = On
  185.   ReceiveFlowControl  = RTS
  186.   TransmitFlowControl = CTS
  187.   SoftwareFlowControl = Off
  188.   XonChar             = 0x11
  189.   XoffChar            = 0x13
  190.   DTR                 = On
  191.   RTS                 = Off
  192.   Modem               = Off
  193.   OutBufCountHost     = 12
  194.   OutBufCountClient   = 12
  195.   OutBufLength        = 530
  196.   Frame               = On
  197.   Reliable            = On
  198.   Encrypt             = On
  199.   Compress            = On
  200.  
  201. ;***********************************************************************
  202. ;**
  203. ;** IPX Transport Driver
  204. ;**
  205. ;***********************************************************************
  206.  
  207. [IPX]
  208.   DriverName          = TDIPX.DDL
  209.   DriverNameWin16     = TDIPXW.DLL
  210.   DriverNameWin32     = TDWSIPXN.DLL
  211.   Address             =
  212.   ProtocolSupport     = Reliable, Encrypt, Compress
  213.   NameEnumerator      = NEIPX.DDL
  214.   NameEnumeratorWin16 = NEIPXW.DLL
  215.   NameEnumeratorWin32 = NEIPXN.DLL
  216.   NameResolver        = NRIPX.DDL
  217.   NameResolverWin16   = NRIPXW.DLL
  218.   NameResolverWin32   = NRIPXN.DLL
  219.   IpxBrowserAddress   =
  220.   BrowserRetry        =
  221.   BrowserTimeout      =
  222.   OutBufCountHost     = 6
  223.   OutBufCountClient   = 6
  224.   OutBufLength        = 546
  225.   Reliable            = On
  226.   Encrypt             = On
  227.   Compress            = On
  228.  
  229. ;***********************************************************************
  230. ;**
  231. ;** SPX Transport Driver
  232. ;**
  233. ;***********************************************************************
  234.  
  235. [SPX]
  236.   DriverName          = TDSPX.DDL
  237.   DriverNameWin16     = TDSPXW.DLL
  238.   DriverNameWin32     = TDWSSPXN.DLL
  239.   Address             =
  240.   ProtocolSupport     = Encrypt, Compress
  241.   NameEnumerator      = NEIPX.DDL
  242.   NameEnumeratorWin16 = NEIPXW.DLL
  243.   NameEnumeratorWin32 = NEIPXN.DLL
  244.   NameResolver        = NRIPX.DDL
  245.   NameResolverWin16   = NRIPXW.DLL
  246.   NameResolverWin32   = NRIPXN.DLL
  247.   IpxBrowserAddress   =
  248.   BrowserRetry        =
  249.   BrowserTimeout      =
  250.   OutBufCountHost     = 6
  251.   OutBufCountClient   = 6
  252.   OutBufLength        = 534
  253.   Encrypt             = On
  254.   Compress            = On
  255.  
  256. ;***********************************************************************
  257. ;**
  258. ;** TCP/IP Transport Driver (win16,win32)
  259. ;**
  260. ;***********************************************************************
  261.  
  262. [TCP/IP]
  263.   DriverNameWin16     = TDWSTCPW.DLL
  264.   DriverNameWin32     = TDWSTCPN.DLL
  265.   Address             =
  266.   ProtocolSupport     = RFrame, Encrypt, Compress
  267.   NameEnumeratorWin16 = NETCPW.DLL
  268.   NameEnumeratorWin32 = NETCPN.DLL
  269.   NameResolverWin16   = NRTCPW.DLL
  270.   NameResolverWin32   = NRTCPN.DLL
  271.   TcpBrowserAddress   =
  272.   BrowserRetry        =
  273.   BrowserTimeout      =
  274.   OutBufCountHost     = 6
  275.   OutBufCountClient   = 6
  276.   OutBufLength        = 530
  277.   RFrame              = On
  278.   Encrypt             = On
  279.   Compress            = On
  280.  
  281. ;***********************************************************************
  282. ;**
  283. ;** NetBIOS Transport Driver
  284. ;**
  285. ;***********************************************************************
  286.  
  287. [NETBIOS]
  288.   DriverName            = TDNETB.DDL
  289.   DriverNameWin16       = TDNETBW.DLL
  290.   DriverNameWin32       = TDNETBN.DLL
  291.   Address               =
  292.   LanaNumber            = 0
  293.   ProtocolSupport       = Encrypt, Compress
  294. ; NameEnumerator        = NENUM.DDL
  295. ; NameEnumeratorWin16   = NENUMW.DLL
  296. ; NameEnumeratorWin32   = NENUMN.DLL
  297.   NameEnumerator        = NENETB.DDL
  298.   NameEnumeratorWin16   = NENETBW.DLL
  299.   NameEnumeratorWin32   = NENETBN.DLL
  300.   NameResolver          = NRNETB.DDL
  301.   NameResolverWin16     = NRNETBW.DLL
  302.   NameResolverWin32     = NRNETBN.DLL
  303.   NetBiosBrowserAddress =
  304.   OutBufCountHost       = 6
  305.   OutBufCountClient     = 6
  306.   OutBufLength          = 530
  307.   Encrypt               = On
  308.   Compress              = On
  309.  
  310.  
  311. ;***********************************************************************
  312. ;**
  313. ;** TCP/IP Transport Driver (FTP Stack Specific)
  314. ;**
  315. ;***********************************************************************
  316.  
  317. [TCP/IP - FTP]
  318.   DriverName          = TDTCPFTP.DDL
  319.   Address             =
  320.   ProtocolSupport     = RFrame, Encrypt, Compress
  321.   NameEnumerator      = NENUM.DDL
  322.   NameResolver        = NRTCPFTP.DDL
  323.   OutBufCountHost     = 6
  324.   OutBufCountClient   = 6
  325.   OutBufLength        = 530
  326.   RFrame              = On
  327.   Encrypt             = On
  328.   Compress            = On
  329.  
  330. ;***********************************************************************
  331. ;**
  332. ;** TCP/IP Transport Driver (Novell Stack Specific)
  333. ;**
  334. ;***********************************************************************
  335.  
  336. [TCP/IP - Novell Lan WorkPlace]
  337.   DriverName          = TDTCPNOV.DDL
  338.   Address             =
  339.   ProtocolSupport     = RFrame, Encrypt, Compress
  340.   NameEnumerator      = NENUM.DDL
  341.   NameResolver        = NRTCPNOV.DDL
  342.   OutBufCountHost     = 6
  343.   OutBufCountClient   = 6
  344.   OutBufLength        = 530
  345.   RFrame              = On
  346.   Encrypt             = On
  347.   Compress            = On
  348.  
  349. ;***********************************************************************
  350. ;**
  351. ;** TCP/IP Transport Driver (Microsoft Stack Specific)
  352. ;**
  353. ;***********************************************************************
  354.  
  355. [TCP/IP - Microsoft]
  356.   DriverName          = TDTCPMS.DDL
  357.   Address             =
  358.   ProtocolSupport     = RFrame, Encrypt, Compress
  359.   NameEnumerator      = NENUM.DDL
  360.   NameResolver        = NRTCPMS.DDL
  361.   OutBufCountHost     = 6
  362.   OutBufCountClient   = 6
  363.   OutBufLength        = 530
  364.   RFrame              = On
  365.   Encrypt             = On
  366.   Compress            = On
  367.  
  368. ;***********************************************************************
  369. ;**
  370. ;** TCP/IP Transport Driver (VSL Stack Specific)
  371. ;**
  372. ;***********************************************************************
  373.  
  374. [TCP/IP - VSL]
  375.   DriverName          = TDTCPVSL.DDL
  376.   Address             =
  377.   ProtocolSupport     = RFrame, Encrypt, Compress
  378.   NameEnumerator      = NENUM.DDL
  379.   NameResolver        = NRTCVSL.DDL
  380.   OutBufCountHost     = 6
  381.   OutBufCountClient   = 6
  382.   OutBufLength        = 530
  383.   RFrame              = On
  384.   Encrypt             = On
  385.   Compress            = On
  386.  
  387. ;***********************************************************************
  388. ;**
  389. ;** WinStations Drivers
  390. ;**
  391. ;** WinStation drivers are responsible for the terminal emulation
  392. ;** level of the client stack.
  393. ;**
  394. ;***********************************************************************
  395.  
  396. [WinStationDriver]
  397.   ICA 3.0             =
  398.   ICA 3.0 (Text Only) =
  399.  
  400. ;***********************************************************************
  401. ;**
  402. ;** ICA 3.0 WinStation Driver
  403. ;**
  404. ;** Text and Graphics WinStation driver based on the ICA 3.0 protocol.
  405. ;**
  406. ;***********************************************************************
  407.  
  408. [ICA 3.0]
  409.   DriverName          = WDICA30.DDL
  410.   DriverNameWin16     = WDICA30W.DLL
  411.   DriverNameWin32     = WDICA30N.DLL
  412.   ProtocolSupport     = Modem, RFrame, Frame, Reliable, Encrypt, Compress
  413. ;  VirtualDriver       = Thinwire3.0, ClientDrive, ClientPrinter, ClientPrinter1.5, Clipboard, ClientComm
  414.   VirtualDriver       = Thinwire3.0
  415.   BufferLength        = 2048
  416.   XmsReserve          = 0
  417.   LowMemReserve       = 51200
  418.   ConnectTTY          = On
  419.   ConnectTTYDelay     = 1000
  420.  
  421. ;***********************************************************************
  422. ;**
  423. ;** ICA 3.0 Text WinStation Driver
  424. ;**
  425. ;** Text only WinStation driver based on the ICA 3.0 protocol.
  426. ;**
  427. ;***********************************************************************
  428.  
  429. [ICA 3.0 (Text Only)]
  430.   DriverName          = WDICA30.DDL
  431.   DriverNameWin16     = WDICA30W.DLL
  432.   DriverNameWin32     = WDICA30N.DLL
  433.   ProtocolSupport     = Modem, RFrame, Frame, Reliable, Encrypt, Compress
  434.   VirtualDriver       = ClientDrive, ClientPrinter, ClientPrinter1.5, Clipboard, ClientComm
  435.   BufferLength        = 2048
  436.   XmsReserve          = 0
  437.   LowMemReserve       = 51200
  438.   ConnectTTY          = On
  439.   ConnectTTYDelay     = 1000
  440.  
  441. ;***********************************************************************
  442. ;**
  443. ;** Protocol Drivers
  444. ;**
  445. ;** These drivers are responsible for various features of the
  446. ;** client/host connection.  Depending on the WinStation Driver (WD) and
  447. ;** the Transport Driver (TD) some Protocol Drivers (PD) may or may not
  448. ;** be available. The ProtocolSupport list, for the the WDs and TDs,
  449. ;** define which PDs are valid for use.  To utilize these drivers
  450. ;** the host system must have an equivalent protocol stack, the one
  451. ;** notable exception is the Modem Driver which does not need a host
  452. ;** side PD.
  453. ;**
  454. ;***********************************************************************
  455.  
  456. [ProtocolDriver]
  457.   Modem               =
  458.   RFrame              =
  459.   Frame               =
  460.   Reliable            =
  461.   Encrypt             =
  462.   Compress            =
  463.  
  464. ;***********************************************************************
  465. ;**
  466. ;** Modem Protocol Driver
  467. ;**
  468. ;** This protocol driver is responsible initializing, dialing and
  469. ;** connecting using modems supported in MODEM.INI.
  470. ;**
  471. ;***********************************************************************
  472.  
  473. [Modem]
  474.   ModemType           =
  475.   DriverName          = PDMODEM.DDL
  476.   DriverNameWin16     = PDMODEMW.DLL
  477.   DriverNameWin32     = PDMODEMN.DLL
  478.   PhoneNumber         =
  479.   Command_Init        =
  480.   Command_Init1       =
  481.   Command_Init2       =
  482.   Command_Init3       =
  483.   Command_Init4       =
  484.   Command_Init5       =
  485.   Command_Init6       =
  486.   Command_Init7       =
  487.   Command_Init8       =
  488.   Command_Init9       =
  489.   Command_Dial        =
  490.   Command_Listen      =
  491.   DialTimeout         = 90
  492.   Command_Hangup      = ~~~+++~~~ATH0<cr>
  493.   Connect             = CONNECT
  494.   ConnectTTY          =
  495.  
  496. ;***********************************************************************
  497. ;**
  498. ;** Framing Protocol Driver for Reliable Transports
  499. ;**
  500. ;** This protocol driver is responsible for framing stream level
  501. ;** data (TCP/IP) into a packet level data.
  502. ;**
  503. ;***********************************************************************
  504.  
  505. [RFrame]
  506.   DriverName          = PDRFRAM.DDL
  507.   DriverNameWin16     = PDRFRAMW.DLL
  508.   DriverNameWin32     = PDRFRAMN.DLL
  509.  
  510. ;***********************************************************************
  511. ;**
  512. ;** Framing Protocol Driver
  513. ;**
  514. ;** This protocol driver is responsible for framing stream level
  515. ;** data (Serial) into a packet level data. It also appends and checks
  516. ;** a 16 bit crc
  517. ;**
  518. ;***********************************************************************
  519.  
  520. [Frame]
  521.   DriverName          = PDFRAME.DDL
  522.   DriverNameWin16     = PDFRAMEW.DLL
  523.   DriverNameWin32     = PDFRAMEN.DLL
  524.  
  525. ;***********************************************************************
  526. ;**
  527. ;** Reilable Protocol Driver
  528. ;**
  529. ;** This protocol driver is responsible for providing an error
  530. ;** free data stream. It's currently used with serial and ipx protocol
  531. ;** drivers.
  532. ;**
  533. ;***********************************************************************
  534.  
  535. [Reliable]
  536.   DriverName          = PDRELI.DDL
  537.   DriverNameWin16     = PDRELIW.DLL
  538.   DriverNameWin32     = PDRELIN.DLL
  539.   MaxRetryTime        = 30000
  540.   RetransmitTimeDelta = 500
  541.   DelayedAckTime      = 200
  542.  
  543. ;***********************************************************************
  544. ;**
  545. ;** Encryption Protocol Driver
  546. ;**
  547. ;***********************************************************************
  548.  
  549. [Encrypt]
  550.   DriverName          = PDCRYPT.DDL
  551.   DriverNameWin16     = PDCRYPTW.DLL
  552.   DriverNameWin32     = PDCRYPTN.DLL
  553.  
  554. ;***********************************************************************
  555. ;**
  556. ;** Compression Protocol Driver
  557. ;**
  558. ;** This protocol driver is responsible for providing a faster data
  559. ;** stream by compresssing/decompressing the data passed through.
  560. ;**
  561. ;***********************************************************************
  562.  
  563. [Compress]
  564.   DriverName          = PDCOMP.DDL
  565.   DriverNameWin16     = PDCOMPW.DLL
  566.   DriverNameWin32     = PDCOMPN.DLL
  567.   MaxCompressDisable  = 0
  568.  
  569. ;***********************************************************************
  570. ;**
  571. ;** Virtual Drivers
  572. ;**
  573. ;** These drivers are responsible for additional function not provided
  574. ;** by the base WinStation Drivers.
  575. ;**
  576. ;***********************************************************************
  577.  
  578. [VirtualDriver]
  579.   Thinwire3.0         =
  580.   ClientDrive         =
  581.   ClientPrinter       =
  582.   ClientPrinter1.5    =
  583.   Clipboard           =
  584.   ClientComm          =
  585.  
  586. ;***********************************************************************
  587. ;**
  588. ;** Thinwire 3.0 Virtual Driver
  589. ;**
  590. ;** This virtual driver is responsible for the graphics support to
  591. ;** supplement the ICA 3.0 driver.
  592. ;**
  593. ;***********************************************************************
  594.  
  595. [Thinwire3.0]
  596.   DriverName          = VDTW30.DDL
  597.   DriverNameWin16     = VDTW30W.DLL
  598.   DriverNameWin32     = VDTW30N.DLL
  599.   MinSpecialCache16Color = 8
  600.   MaxSpecialCache16Color = 32
  601.   MinMemoryCache      = 750
  602.   MaxMemoryCache      = 8192
  603.   MaxCache16Color     = 8192
  604.   MaxDiskCache        = 2048
  605.   MinDiskLeft         = 2048
  606.   DiskCacheDirectory  =
  607.   SVGACapability      = Off
  608.   SVGAPreference      = Off
  609.   DesiredHRES         = 640
  610.   DesiredVRES         = 480
  611.   WindowsCache        = 3072
  612.   ClickTicks          = 5
  613.   DesiredColor        = 0x0001
  614.  
  615.  
  616. ;***********************************************************************
  617. ;**
  618. ;** Client Drive Virtual Driver
  619. ;**
  620. ;** This virtual driver is responsible for providing client disk drive
  621. ;** access to supplement the ICA 3.0 driver.
  622. ;**
  623. ;***********************************************************************
  624.  
  625. [ClientDrive]
  626.   DriverName                = VDCDM30.DDL
  627.   DriverNameWin16           = VDCDM30W.DLL
  628.   DriverNameWin32           = VDCDM30N.DLL
  629.   MaxWindowSize             = 6276
  630.   MaxRequestSize            = 1046
  631.   CacheTimeout              = 600
  632.   CacheTimeoutHigh          = 0
  633.   CacheTransferSize         = 0
  634.   CacheDisable              = FALSE
  635.   CacheWriteAllocateDisable = FALSE
  636.  
  637. ;***********************************************************************
  638. ;**
  639. ;** Client Printer Virtual Driver
  640. ;**
  641. ;** This virtual driver is responsible for providing client printer
  642. ;** port access to supplement the ICA 3.0 driver.
  643. ;**
  644. ;***********************************************************************
  645.  
  646. [ClientPrinter]
  647.   DriverName          = VDCPM30.DDL
  648.   DriverNameWin16     = VDSPL30W.DLL
  649.   DriverNameWin32     = VDSPL30N.DLL
  650.   WindowSize          = 1024
  651.   MaxWindowSize       = 2048
  652.  
  653. [ClientPrinter1.5]
  654.   DriverName          = Unsupported
  655. ; WinFrame 1.5
  656.   DriverNameWin16     = VDCPM30W.DLL
  657.   DriverNameWin32     = VDCPM30N.DLL
  658.   WindowSize          = 1024
  659.   WindowsPrinter      =
  660.  
  661. ;***********************************************************************
  662. ;**
  663. ;** Client COM Mapping Virtual Driver
  664. ;**
  665. ;** This virtual driver is responsible for providing client COMM
  666. ;** port access to supplement the ICA 3.0 driver.
  667. ;**
  668. ;***********************************************************************
  669.  
  670. [ClientComm]
  671.   DriverName          = VDCOM30.DDL
  672.   DriverNameWin16     = Unsupported
  673.   DriverNameWin32     = UnSupported
  674.   WindowSize          = 1024
  675.  
  676. ;***********************************************************************
  677. ;**
  678. ;** Clipboard Virtual Driver
  679. ;**
  680. ;** This virtual driver is responsible for providing cut and paste between
  681. ;** client and host applications (Not available for DOS)
  682. ;**
  683. ;***********************************************************************
  684.  
  685. [Clipboard]
  686.   DriverName          = Unsupported
  687.   DriverNameWin16     = VDCLIPW.DLL
  688.   DriverNameWin32     = VDCLIPN.DLL
  689.  
  690.  
  691. ;**********************************************************************
  692. ;**
  693. ;** Hotkey lists (UI)
  694. ;**
  695. ;**********************************************************************
  696.  
  697. [Hotkey Shift States]
  698. (none)=0
  699. Shift=3
  700. Ctrl=4
  701. Alt=8
  702. ;Alt+Shift=11
  703. ;Ctrl+Alt=12
  704. ;Ctrl+Shift=7
  705. ;Ctrl+Alt+Shift=15
  706.  
  707.  
  708. [Hotkey Keys]
  709. (none)=0
  710. F1=59
  711. F2=60
  712. F3=61
  713. F4=62
  714. F5=63
  715. F6=64
  716. F7=65
  717. F8=66
  718. F9=67
  719. F10=68
  720. F11=87
  721. F12=88
  722. Esc=1
  723. minus=74
  724. plus=78
  725. star=55
  726. tab=15
  727.  
  728. ;**********************************************************************
  729. ;**
  730. ;** Keyboard Layout lists (UI)
  731. ;**
  732. ;**********************************************************************
  733.  
  734. [KeyboardLayout]
  735. (User Profile)=0x00000000
  736. Belgian Dutch=0x00000813
  737. Belgian French=0x0000080C
  738. Brazilian (ABNT)=0x00000416
  739. British=0x00000809
  740. Bulgarian=0x00000402
  741. Canadian English (Multilingual)=0x00001009
  742. Canadian French=0x00000C0C
  743. Canadian French (Multilingual)=0x00010C0C
  744. Croatian=0x0000041A
  745. Czech=0x00000405
  746. Danish=0x00000406
  747. Dutch=0x00000413
  748. Finnish=0x0000040B
  749. French=0x0000040C
  750. German=0x00000407
  751. Greek=0x00000408
  752. Hungarian=0x0000040E
  753. Icelandic=0x0000040F
  754. Italian=0x00000410
  755. Italian (142)=0x00010410
  756. Latin American=0x0000080A
  757. Norwegian=0x00000414
  758. Polish (Programmers)=0x00000415
  759. Portuguese=0x00000816
  760. Romanian=0x00000418
  761. Russian=0x00000419
  762. Slovak=0x0000041B
  763. Slovenian=0x00000424
  764. Spanish=0x0000040A
  765. Spanish variation=0x0001040A
  766. Swedish=0x0000041D
  767. Swiss French=0x0000100C
  768. Swiss German=0x00000807
  769. Turkish (F)=0x0001041F
  770. Turkish (Q)=0x0000041F
  771. US=0x00000409
  772. US-Dvorak=0x00010409
  773. US-International=0x00020409
  774.  
  775. ;**********************************************************************
  776. ;**
  777. ;** Device Settings lists (UI)
  778. ;**
  779. ;** The following lists contain values which are presented to the user
  780. ;** via the user interface.  To prevent a value from being offered to
  781. ;** the user, comment it out (preceed with semicolon).  To present
  782. ;** additional values, add the new value to the list (followed by equal sign)
  783. ;**
  784. ;**********************************************************************
  785.  
  786. [Baud Rates]
  787. 9600   =
  788. 19200  =
  789. 38400  =
  790. 57600  =
  791. 115200 =
  792. 230400 =
  793.  
  794. [Baud Rates - WIN16]
  795. 9600   =
  796. 19200  =
  797. 38400  =
  798. 57600  =
  799.  
  800. [Data Bits]
  801. 4 =
  802. 5 =
  803. 6 =
  804. 7 =
  805. 8 =
  806.  
  807. [Parity]
  808. Even  =
  809. Odd   =
  810. None  =
  811. Mark  =
  812. Space =
  813.  
  814. [Stop Bits]
  815. 1   =
  816. 1.5 =
  817. 2   =
  818.  
  819. [Port Numbers]
  820. 1  =
  821. 2  =
  822. 3  =
  823. 4  =
  824. 5  =
  825. 6  =
  826. 7  =
  827. 8  =
  828. 9  =
  829. 10 =
  830.  
  831.  
  832. [IO Addresses]
  833. Default =
  834. 0x03F8  =
  835. 0x02F8  =
  836. 0x03E8  =
  837. 0x02E8  =
  838.  
  839. [Interrupts]
  840. Default =
  841. 2  =
  842. 3  =
  843. 4  =
  844. 5  =
  845. 6  =
  846. 7  =
  847. 8  =
  848. 9  =
  849. 10 =
  850. 11 =
  851. 12 =
  852. 13 =
  853. 14 =
  854. 15 =
  855.  
  856. [Hardware Receive Flow Control]
  857. RTS =
  858. DTR =
  859.  
  860. [Hardware Transmit Flow Control]
  861. CTS =
  862. DSR =
  863.  
  864.